diff options
Diffstat (limited to 'usr.bin/unifdef/Makefile')
-rw-r--r-- | usr.bin/unifdef/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index 88c14fc..4b4b4d7 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,5 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ + +MAINTAINER= fanf@FreeBSD.org PROG= unifdef +SCRIPTS=unifdefall +MLINKS= unifdef.1 unifdefall.1 .include <bsd.prog.mk> |