diff options
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile new file mode 100644 index 00000000000..6ce957a7f89 --- /dev/null +++ b/usr.sbin/apm/Makefile @@ -0,0 +1,15 @@ +# $Id: Makefile,v 1.1 1996/04/29 13:08:39 hvozda Exp $ + +SRCS= apm.c apmsubr.c +#LDADD+= -lutil + +.PATH: ${.CURDIR}/../apmd + +CFLAGS+= -g -O2 -Wmissing-prototypes -Wall -I${.CURDIR}/../apmd +PROG= apm +MAN= apm.8 +MLINKS= apm.8 zzz.8 +LINKS= ${BINDIR}/apm ${BINDIR}/zzz + +.include <bsd.prog.mk> +# DO NOT DELETE THIS LINE -- make depend depends on it. |