c6db8143ed
Reduce overlinking
14 lines
190 B
Makefile
14 lines
190 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
|
|
|
|
LIBADD= lpr
|
|
|
|
.include <bsd.prog.mk>
|