summaryrefslogtreecommitdiff
path: root/comms/kermit/files/Makefile.sed
blob: 3dae1aa711392b0af4e7b6633f6e7e9fed087e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $NetBSD: Makefile.sed,v 1.4 1998/08/07 10:36:39 agc Exp $

PROG=	kermit
CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET \
	 -DNOCOTFMC -DSETREUID -DSAVEDUID -DNDSYSERRLIST
SRCS=   ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \
        ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \
        ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \
        ckcnet.c ckusig.c

BINDIR=%%PREFIX%%/bin
MANDIR=%%PREFIX%%/man

MANINSTALL= maninstall catinstall

CLEANFILES+= ckcpro.c ckcwart.o wart kermit.1

DPADD=  ${LIBCURSES} ${LIBTERM}
LDADD=  -lcurses -ltermcap

.SUFFIXES: .w

.w.c:
	./wart ${.IMPSRC} ${.TARGET}

wart: ckwart.c
	$(CC) -o wart ${.CURDIR}/ckwart.c

ckcpro.c: ckcpro.w
ckcpro.c: wart

kermit.1: ckuker.cpp
	$(CPP) ckuker.cpp | grep -v ^$$ | grep -v ^\# > kermit.1 || \
		rm -f kermit.1

.include <bsd.prog.mk>