Home | History | Annotate | Line # | Download | only in lpq
Makefile revision 1.1.1.2
      1  1.1.1.2  cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2      1.1  cgd 
      3      1.1  cgd PROG=	lpq
      4      1.1  cgd CFLAGS+=-I${.CURDIR}/../common_source
      5  1.1.1.2  cgd SRCS=	lpq.c displayq.c common.c
      6      1.1  cgd BINOWN=	root
      7      1.1  cgd BINGRP=	daemon
      8      1.1  cgd BINMODE=6555
      9      1.1  cgd BINDIR=	/usr/bin
     10      1.1  cgd .PATH:	${.CURDIR}/../common_source
     11      1.1  cgd 
     12      1.1  cgd .include <bsd.prog.mk>
     13