10 lines
178 B
Makefile
10 lines
178 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/4/94
|
|
|
|
PROG= ftpd
|
|
CFLAGS+=-DSETPROCTITLE
|
|
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c
|
|
MAN8= ftpd.0
|
|
CLEANFILES+=ftpcmd.c y.tab.h
|
|
|
|
.include <bsd.prog.mk>
|