artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a09ae
)
from netbsd; declare ourself as unix so that binary is assumed
author
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 03:29:08 +0000
(
03:29
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 03:29:08 +0000
(
03:29
+0000)
usr.bin/ftp/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/ftp/Makefile
b/usr.bin/ftp/Makefile
index
875003d
..
6285498
100644
(file)
--- 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>