NetBSD/usr.sbin/lpr/pac/Makefile

12 lines
262 B
Makefile
Raw Normal View History

1995-11-16 01:48:07 +03:00
# $NetBSD: Makefile,v 1.5 1995/11/15 22:52:05 pk Exp $
1994-05-18 05:26:07 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= pac
CFLAGS+=-I${.CURDIR}/../common_source
1994-12-22 14:32:57 +03:00
MAN= pac.8
1994-05-18 05:26:07 +04:00
SRCS= pac.c common.c
1993-03-21 12:45:37 +03:00
.PATH: ${.CURDIR}/../common_source
.include "../../Makefile.inc"
.include <bsd.prog.mk>