3c75ad7ec0
add them automatically, and there is no point in adding them twice. MFC after: 5 days
15 lines
212 B
Makefile
15 lines
212 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../common_source
|
|
|
|
PROG= pac
|
|
MAN= pac.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../common_source
|
|
|
|
DPADD= ${LIBLPR}
|
|
LDADD= ${LIBLPR}
|
|
|
|
.include <bsd.prog.mk>
|