diff options
-rw-r--r-- | licenses/fatback-license | 2 | ||||
-rw-r--r-- | sysutils/fatback/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/licenses/fatback-license b/licenses/fatback-license deleted file mode 100644 index a0e7f74391e..00000000000 --- a/licenses/fatback-license +++ /dev/null @@ -1,2 +0,0 @@ - Copyright (C) 2000-2001 DoD Computer Forensics Lab This manual and -the Fatback program are for *government and law enforcement use only*. diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 8489b433f7e..8cbc24c6c5c 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/25 10:59:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/25 16:52:49 agc Exp $ DISTNAME= fatback-1.3 CATEGORIES= sysutils @@ -10,6 +10,4 @@ COMMENT= Recover deleted files from FAT filesystems GNU_CONFIGURE= yes -LICENCE= fatback-license - .include "../../mk/bsd.pkg.mk" |