NetBSD/usr.sbin/lpr/lpq/Makefile

14 lines
290 B
Makefile
Raw Normal View History

1995-11-16 01:48:07 +03:00
# $NetBSD: Makefile,v 1.4 1995/11/15 22:48:07 pk 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
.include <bsd.prog.mk>