1994-05-27 08:39:25 -04:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/4/94
|
|
|
|
|
|
|
|
|
|
PROG= ftpd
|
|
|
|
|
CFLAGS+=-DSETPROCTITLE
|
|
|
|
|
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c
|
1994-08-05 17:24:58 -04:00
|
|
|
MAN8= ftpd.8
|
1994-05-27 08:39:25 -04:00
|
|
|
CLEANFILES+=ftpcmd.c y.tab.h
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|