# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: head/usr.sbin/lpr/lpd/Makefile 267233 2014-06-08 17:29:31Z bdrewery $ PROG= lpd MAN= lpd.8 SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c CFLAGS+= -I${.CURDIR}/../common_source WARNS?= 1 DPADD= ${LIBLPR} LDADD= ${LIBLPR} NO_PIE= yes .include