freebsd-dev/usr.sbin/apmd/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

18 lines
203 B
Makefile

# $FreeBSD$
PROG= apmd
MAN= apmd.8
MANSUBDIR= /i386
SRCS= apmd.c apmdlex.l apmdparse.y y.tab.h
WARNS?= 3
LIBADD= l
CFLAGS+= -I${.CURDIR}
test:
./apmd -d -f etc/apmd.conf -n
.include <bsd.prog.mk>