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 38160c0..e63efcf 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $Id$ PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS |