trailing comment after #else or #endif
[unix-history] / usr / src / libexec / ftpd / Makefile
# @(#)Makefile 5.15 (Berkeley) %G%
PROG= ftpd
CFLAGS+=-I${.CURDIR}/../../usr.bin/ftp -DSETPROCTITLE
SRCS= ftpd.c ftpcmd.c glob.c logwtmp.c popen.c vers.c
MAN8= ftpd.0
CLEANFILES+=ftpcmd.c y.tab.h
.PATH: ${.CURDIR}/../../usr.bin/ftp
.include <bsd.prog.mk>