diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:29:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:29:09 +0000 |
commit | c676a5d9145698a76a035ed3480786150513b6f2 (patch) | |
tree | 73b717e0f37ff47c18beee1a17cbc32209e12aa4 | |
parent | 08aa849c1633f8ff56cdc98000c4363bf77783c3 (diff) |
from netbsd; declare ourself as unix so that binary is assumed
-rw-r--r-- | usr.bin/ftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 875003dd09d..628549840b7 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.2 (Berkeley) 4/3/94 -# $NetBSD: Makefile,v 1.5 1995/09/08 01:05:59 tls Exp $ +# $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $ PROG= ftp SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c +CFLAGS+= -Dunix .include <bsd.prog.mk> |