head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.11.04.23.00.47;	author itz;	state Exp;
branches;
next	1.1;

1.1
date	97.11.04.22.59.56;	author itz;	state Exp;
branches;
next	;


desc
@@


1.2
log
@now installing setgid to DAEMON_GROUP as configured in top makefile.
@
text
@all:	lpc

lpc:	lpc.o cmds.o cmdtab.o ../common_source/libcommon.a

install: lpc
	install -s -o root -g $(DAEMON_GROUP) -m2755 lpc /usr/sbin/lpc
	install -o root -g root -m644 lpc.8 /usr/man/man8

clean:
	rm -f lpc *.o

@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
	install -s -o root -g lp -m2755 lpc /usr/sbin/lpc
@
