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
|
|
|
|
MAN8= pac.0
|
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>
|