diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-29 00:55:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-29 00:55:23 +0000 |
commit | db55599afcb6d095a0e8dab2f531c0e7a13d1b4f (patch) | |
tree | bdb43e26b7f72a56545806476a877e5288920242 /usr.bin/more/Makefile | |
parent | 736264bf211810a1565556a10dc9472af961556d (diff) |
less becomes more, and more is no more. from mrg@eterna.com.au
Diffstat (limited to 'usr.bin/more/Makefile')
-rw-r--r-- | usr.bin/more/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile deleted file mode 100644 index 33ce95bf8f5..00000000000 --- a/usr.bin/more/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# from: @(#)Makefile 5.6 (Berkeley) 3/12/91 -# $Id: Makefile,v 1.1 1995/10/18 08:45:48 deraadt Exp $ - -PROG= more -CFLAGS+=-I${.CURDIR} -DREGEX -DTERMIOS -SRCS= ch.c command.c decode.c filename.c help.c input.c line.c \ - linenum.c main.c option.c os.c output.c position.c prim.c \ - screen.c signal.c tags.c ttyin.c -LDADD+= -ltermcap -DPADD+= ${LIBTERM} -MLINKS= more.1 page.1 -LINKS= ${BINDIR}/more ${BINDIR}/page - -beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ - ${DESTDIR}/usr/share/misc - -.include <bsd.prog.mk> |