mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
2a3c26c889
set up right yet.
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.8
|
|
CLEANFILES+=ftpcmd.c y.tab.h
|
|
|
|
.include <bsd.prog.mk>
|