summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-28 14:15:30 +0000
committerjkh <jkh@FreeBSD.org>1994-08-28 14:15:30 +0000
commitd34ba06ad506ce152fbe25a08e57a24665577d3a (patch)
treede0899877d025a04d6af82502669e32e43fd0dd4 /usr.sbin/pkg_install/lib/lib.h
parent33e047d3b0c9cdbbe20730ae94cfa32d6de3a75a (diff)
downloadFreeBSD-src-d34ba06ad506ce152fbe25a08e57a24665577d3a.zip
FreeBSD-src-d34ba06ad506ce152fbe25a08e57a24665577d3a.tar.gz
Add @srcdir option for customizing creation of packages.
Submitted by: jkh
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 54e8251..4f34569 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -1,4 +1,4 @@
-/* $Id: lib.h,v 1.6 1994/05/25 06:27:23 jkh Exp $ */
+/* $Id: lib.h,v 1.7 1994/05/25 18:00:04 asami Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -75,7 +75,7 @@
enum _plist_t {
PLIST_FILE, PLIST_CWD, PLIST_CMD, PLIST_CHMOD,
PLIST_CHOWN, PLIST_CHGRP, PLIST_COMMENT,
- PLIST_IGNORE, PLIST_NAME, PLIST_UNEXEC
+ PLIST_IGNORE, PLIST_NAME, PLIST_UNEXEC, PLIST_SRC
};
typedef enum _plist_t plist_t;
OpenPOWER on IntegriCloud