diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 07:36:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 07:36:50 +0000 |
commit | e58cbdeb43a8203b2472a29ca98404ed89c6526e (patch) | |
tree | d57b6b7e2ffdec3f8b040a7f0fe18e22d112f90a /distrib/special/ed | |
parent | cb4906f55fa7a49aa28397caa1074aa262893119 (diff) |
Use a Makefile.inc to share all the -Os and such options we use
Diffstat (limited to 'distrib/special/ed')
-rw-r--r-- | distrib/special/ed/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/special/ed/Makefile b/distrib/special/ed/Makefile index efe9cc3f820..891ad347964 100644 --- a/distrib/special/ed/Makefile +++ b/distrib/special/ed/Makefile @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2009/10/28 05:06:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $ -COPTS+=-Os PROG= ed CFLAGS+=-DBACKWARDS SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c -LDSTATIC=-static -MAN= .PATH: ${.CURDIR}/../../../bin/ed .include <bsd.prog.mk> |