diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-18 10:09:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-18 10:09:24 +0000 |
commit | f2ba8a2c58d29557af55d7ccfa60f92f6b394f5a (patch) | |
tree | ed40d303854ba084464fa7ee10e7aafb14283167 /libexec/ftpd/Makefile | |
parent | 319e9cf836c11fb1568418d905db2e99d6233adc (diff) |
my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 79134750b6c..7543ec7a0e8 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,9 +1,10 @@ +# $OpenBSD: Makefile,v 1.5 1996/06/18 10:09:15 downsj Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd CFLAGS+=-DHASSETPROCTITLE -Dunix -SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c +SRCS= ftpd.c ftpcmd.c logutmp.c logwtmp.c popen.c MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h .PATH: ${.CURDIR}/../../usr.bin/ftp |