freebsd-src/usr.sbin/apmd/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

18 lines
210 B
Makefile

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