0793ce314a
warnings from unused static inline functions in headers if you happen to set CFLAGS without -O.
12 lines
270 B
Makefile
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>
|