Home | History | Annotate | Line # | Download | only in lpq
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	5.3 (Berkeley) 6/19/90
      2  1.1  cgd 
      3  1.1  cgd PROG=	lpq
      4  1.1  cgd CFLAGS+=-I${.CURDIR}/../common_source
      5  1.1  cgd SRCS=	lpq.c displayq.c common.c printcap.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