summaryrefslogtreecommitdiff
path: root/distrib/special
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-17 20:42:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-17 20:42:32 +0000
commitdd20803ef2fc59134573becb0757b60d30a0fd47 (patch)
treed024120969331b4116e94208db373a67e8a7871b /distrib/special
parent4bcd834db4fd241e6394ee668b442eccc379d1f8 (diff)
use -Os for all of these
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/dhclient/Makefile1
-rw-r--r--distrib/special/ftp/Makefile3
-rw-r--r--distrib/special/pppd/Makefile4
-rw-r--r--distrib/special/rsh/Makefile3
4 files changed, 8 insertions, 3 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile
index 65da73e99a9..b66dcac005e 100644
--- a/distrib/special/dhclient/Makefile
+++ b/distrib/special/dhclient/Makefile
@@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../../../usr.sbin/dhcp/dhclient
.PATH: ${.CURDIR}/../../../usr.sbin/dhcp/common
+COPTS+=-Os
CPPFLAGS+= -I${.CURDIR}/../../../usr.sbin/dhcp -I${.CURDIR}/../../../usr.sbin/dhcp/includes
SRCS= dhclient.c clparse.c \
raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile
index 68b0483a76a..bbb68e415ad 100644
--- a/distrib/special/ftp/Makefile
+++ b/distrib/special/ftp/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1998/07/24 00:10:13 millert Exp $
+# $OpenBSD: Makefile,v 1.3 1999/06/17 20:42:30 deraadt Exp $
# $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
# Define SMALL to disable command line editing
+COPTS+=-Os
CFLAGS+=-DSMALL
# Uncomment the following to provide defaults for gate-ftp operation
diff --git a/distrib/special/pppd/Makefile b/distrib/special/pppd/Makefile
index 4ba56fb8969..b7d0cd0b9e7 100644
--- a/distrib/special/pppd/Makefile
+++ b/distrib/special/pppd/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/17 14:19:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1999/06/17 20:42:30 deraadt Exp $
# $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $
+COPTS+=-Os
+
PROG= pppd
SRCS= auth.c cbcp.c ccp.c chap.c chap_ms.c demand.c fsm.c ipcp.c \
ipxcp.c lcp.c magic.c main.c options.c sys-bsd.c upap.c
diff --git a/distrib/special/rsh/Makefile b/distrib/special/rsh/Makefile
index 62e29f47823..4ebaee07b7c 100644
--- a/distrib/special/rsh/Makefile
+++ b/distrib/special/rsh/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/17 14:19:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1999/06/17 20:42:31 deraadt Exp $
# $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $
PROG= rsh
SRCS= rsh.c
+COPTS+=-Os
KERBEROS=no