mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
11 lines
198 B
Makefile
11 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pkg_create
|
|
SRCS= main.c perform.c pl.c
|
|
|
|
CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
|
|
|
|
DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
|
|
LDADD= ${LIBINSTALL} -lfetch -lmd
|
|
|
|
.include <bsd.prog.mk>
|