mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
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>
|