NetBSD/usr.sbin/lpr/lpq/Makefile

14 lines
291 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/05/08 21:12:26 gwr Exp $
1994-05-18 05:25:37 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= lpq
CFLAGS+=-I${.CURDIR}/../common_source
1994-05-18 05:25:37 +04:00
SRCS= lpq.c displayq.c common.c
1993-03-21 12:45:37 +03:00
BINOWN= root
BINGRP= daemon
BINMODE=6555
BINDIR= /usr/bin
.PATH: ${.CURDIR}/../common_source
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>