forgot permissions
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 14 May 1990 08:42:39 +0000 (00:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 14 May 1990 08:42:39 +0000 (00:42 -0800)
SCCS-vsn: usr.sbin/lpr/lpc/Makefile 5.2

usr/src/usr.sbin/lpr/lpc/Makefile

index 110e0a3..a310d56 100644 (file)
@@ -1,9 +1,11 @@
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 
 PROG=  lpc
 CFLAGS+=-I${.CURDIR}/../common_source
 MAN8=  lpc.0
 SRCS=  lpc.c cmds.c cmdtab.c startdaemon.c common.c printcap.c
 
 PROG=  lpc
 CFLAGS+=-I${.CURDIR}/../common_source
 MAN8=  lpc.0
 SRCS=  lpc.c cmds.c cmdtab.c startdaemon.c common.c printcap.c
+BINGRP=        daemon
+BINMODE=2555
 .PATH: ${.CURDIR}/../common_source
 
 .include "../../Makefile.inc"
 .PATH: ${.CURDIR}/../common_source
 
 .include "../../Makefile.inc"