386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 12 May 1990 00:10:04 +0000 (16:10 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 12 May 1990 00:10:04 +0000 (16:10 -0800)
Work on file usr/src/usr.sbin/lpr/pac/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.sbin/lpr/pac/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/lpr/pac/Makefile b/usr/src/usr.sbin/lpr/pac/Makefile
new file mode 100644 (file)
index 0000000..079b67f
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.1 (Berkeley) 5/11/90
+
+PROG=  pac
+CFLAGS+=-I${.CURDIR}/../common_source
+MAN8=  pac.0
+SRCS=  pac.c printcap.c
+.PATH: ${.CURDIR}/../common_source
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>