aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpc/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-26 05:23:31 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-26 05:23:31 +0000
commitdea673e932532f8f2d630dff2dcfc0c4a2eaf184 (patch)
tree63a439bb6df0abaaac536ec7f3d8ce32a28ef164 /usr.sbin/lpr/lpc/Makefile
parent40a845cd5bff815b5b74dfb57fdf22a5833b0eb9 (diff)
downloadsrc-dea673e932532f8f2d630dff2dcfc0c4a2eaf184.tar.gz
src-dea673e932532f8f2d630dff2dcfc0c4a2eaf184.zip
BSD 4.4 Lite usr.sbin Sources
Notes
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553
Diffstat (limited to 'usr.sbin/lpr/lpc/Makefile')
-rw-r--r--usr.sbin/lpr/lpc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile
new file mode 100644
index 000000000000..10a3d6964d6c
--- /dev/null
+++ b/usr.sbin/lpr/lpc/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= lpc
+CFLAGS+=-I${.CURDIR}/../common_source
+MAN8= lpc.0
+SRCS= lpc.c cmds.c cmdtab.c startdaemon.c common.c
+BINGRP= daemon
+BINMODE=2555
+.PATH: ${.CURDIR}/../common_source
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>