diff options
Diffstat (limited to 'usr.bin/more/Makefile')
-rw-r--r-- | usr.bin/more/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index aaccab0..38160c0 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1995/02/21 03:46:45 wollman Exp $ +# $FreeBSD$ PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS |