Home | History | Annotate | Line # | Download | only in pac
Makefile revision 1.4
      1  1.3  cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.1  cgd 
      3  1.1  cgd PROG=	pac
      4  1.1  cgd CFLAGS+=-I${.CURDIR}/../common_source
      5  1.4  cgd MAN=	pac.8
      6  1.3  cgd SRCS=	pac.c common.c
      7  1.1  cgd .PATH:	${.CURDIR}/../common_source
      8  1.1  cgd 
      9  1.1  cgd .include "../../Makefile.inc"
     10  1.1  cgd .include <bsd.prog.mk>
     11