e0048e9658
printjob.c: Use termios instead of sgtty structs and ioctls; remove support for fs/fc/xs/xc capabilities, and replace them with the ms capability (stty-like words, instead of octal bit patterns). modes.c: Modified from stty's file, parses comma-seperated list of tty modes (e.g., "cs8,-paren,-opost"). Reviewed by: rgrimes, joerg
12 lines
283 B
Makefile
12 lines
283 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= lpd
|
|
CFLAGS+=-I${.CURDIR}/../common_source
|
|
MAN8= lpd.8
|
|
SRCS= lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
|
|
lpdchar.c common.c modes.c
|
|
.PATH: ${.CURDIR}/../common_source
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|