diff options
Diffstat (limited to 'distrib/special/more/Makefile')
-rw-r--r-- | distrib/special/more/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/special/more/Makefile b/distrib/special/more/Makefile index 644900b2c9f..96af8afd6b3 100644 --- a/distrib/special/more/Makefile +++ b/distrib/special/more/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2009/04/19 17:07:04 martynas Exp $ +# $OpenBSD: Makefile,v 1.10 2009/10/28 07:36:49 deraadt Exp $ PROG= more -MAN= -CFLAGS+= -D_USE_OLD_CURSES_ -I. -Os +CFLAGS+= -D_USE_OLD_CURSES_ -I. DPADD= ${LIBOCURSES} LDADD= -locurses CLEANFILES+=morehelp.h |