diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-17 20:42:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-17 20:42:32 +0000 |
commit | dd20803ef2fc59134573becb0757b60d30a0fd47 (patch) | |
tree | d024120969331b4116e94208db373a67e8a7871b /distrib/special/pppd/Makefile | |
parent | 4bcd834db4fd241e6394ee668b442eccc379d1f8 (diff) |
use -Os for all of these
Diffstat (limited to 'distrib/special/pppd/Makefile')
-rw-r--r-- | distrib/special/pppd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |