X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/09d5163a265d240ff8071ffa05c17bbb9a60fe68..01b7624cb2b5714f2530557cf1673bb22fe000b0:/usr/src/usr.sbin/lpr/Makefile diff --git a/usr/src/usr.sbin/lpr/Makefile b/usr/src/usr.sbin/lpr/Makefile index f42564baab..c0bc97406b 100644 --- a/usr/src/usr.sbin/lpr/Makefile +++ b/usr/src/usr.sbin/lpr/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 4.5 (Berkeley) %G% +# @(#)Makefile 4.6 (Berkeley) %G% # # makefile for line printer spooling system # @@ -21,10 +21,12 @@ DESTDIR= SRCS= lpd.c rlpr.c lpr.c lpq.c lprm.c lpdrestart.c \ lpdchar.c getq.c printcap.c lpf.c necf.c OBJS= lpd rlpr lpr lpq lprm lpdrestart -filters=lpf necf +FLTRS= lpf necf all: ${OBJS} +filters: ${FILTERS} + lpd: lpd.o lpdchar.o printcap.o getq.o ${CC} -o lpd ${LDFLAGS} lpd.o lpdchar.o printcap.o getq.o -ljobs