diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-05-04 19:48:09 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-05-04 19:48:09 +0000 |
commit | e88818eb7aefcc15667396d28e86acf733ff65aa (patch) | |
tree | 0ab317b6d5fc4d0bf3d964238f7fde2e90c8b014 /distrib/special/ftp | |
parent | 644793ee79abf455660ba9c8b8fb4eb3deb24b91 (diff) |
Kill #ifdef INET6 occurrences in userland.
Prompted by and ok millert@
(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)
Diffstat (limited to 'distrib/special/ftp')
-rw-r--r-- | distrib/special/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile index 55d46f273c6..aff26010d85 100644 --- a/distrib/special/ftp/Makefile +++ b/distrib/special/ftp/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.10 2015/11/14 21:49:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2016/05/04 19:48:08 jca Exp $ -CFLAGS+=-DSMALL -DINET6 +CFLAGS+=-DSMALL PROG= ftp SRCS= fetch.c ftp.c main.c small.c util.c |