summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--licenses/fatback-license2
-rw-r--r--sysutils/fatback/Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/licenses/fatback-license b/licenses/fatback-license
new file mode 100644
index 00000000000..a0e7f74391e
--- /dev/null
+++ b/licenses/fatback-license
@@ -0,0 +1,2 @@
+ 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 718a094edd2..8489b433f7e 100644
--- a/sysutils/fatback/Makefile
+++ b/sysutils/fatback/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 10:29:01 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/25 10:59:22 agc Exp $
DISTNAME= fatback-1.3
CATEGORIES= sysutils
@@ -10,4 +10,6 @@ COMMENT= Recover deleted files from FAT filesystems
GNU_CONFIGURE= yes
+LICENCE= fatback-license
+
.include "../../mk/bsd.pkg.mk"