mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Clean up makefile
This commit is contained in:
parent
109f505bfb
commit
28dc19771b
1 changed files with 7 additions and 4 deletions
|
|
@ -1,11 +1,14 @@
|
|||
# @(#)Makefile 8.2 (Berkeley) 4/4/94
|
||||
|
||||
PROG= ftpd
|
||||
CFLAGS+=-DSETPROCTITLE -DSKEY
|
||||
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
|
||||
LDADD= -lcrypt -lskey
|
||||
DPADD= ${LIBSKEY}
|
||||
MAN8= ftpd.8
|
||||
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c
|
||||
|
||||
CFLAGS+=-DSETPROCTITLE -DSKEY
|
||||
|
||||
LDADD= -lcrypt -lskey
|
||||
DPADD= ${LIBCRYPT} ${LIBSKEY}
|
||||
|
||||
CLEANFILES+=ftpcmd.c y.tab.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue