diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-16 17:31:15 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-16 17:31:15 +0000 |
commit | a63ff11326a7740a4fedbb14f0b3163b029d2b70 (patch) | |
tree | 8f62d27db8106331804abd10b631b2fbc4dc34c7 /libexec/ftpd/Makefile | |
parent | 788d0d4ed3e6d42eadb785bebe25bbbf56488478 (diff) |
don't need to ifdef setproctitle
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 6d3a15ba4f2..8c8e176a592 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.25 2014/03/24 16:41:27 tedu Exp $ +# $OpenBSD: Makefile,v 1.26 2015/11/16 17:31:14 tedu 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.y logutmp.c logwtmp.c monitor.c monitor_fdpass.c popen.c MAN= ftpd.8 YFLAGS= |