freebsd-dev/usr.sbin/lpr/lpd/Makefile
John Birrell 0793ce314a Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits
warnings from unused static inline functions in headers if you happen
to set CFLAGS without -O.
1998-06-11 03:53:23 +00:00

12 lines
270 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.7 1998/05/13 06:48:18 jb Exp $
PROG= lpd
CFLAGS+=-I${.CURDIR}/../common_source -Wall
MAN8= lpd.8
SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
.include <bsd.prog.mk>