diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:51:09 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:51:09 +0000 |
commit | e73217c57587fa774aecfa86384fbd8cf3e54262 (patch) | |
tree | 903bd23846a87034ecb7066e56092288aa82b63f /usr.sbin/pkg_install/lib/lib.h | |
parent | 2d863d5435615f93f376098dfd3b09037faac1be (diff) |
Recognize libdepend keyword.
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index 9a803f22f9c..e62e1602121 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lib.h,v 1.9 2001/06/06 20:56:35 espie Exp $ */ +/* $OpenBSD: lib.h,v 1.10 2001/11/07 20:51:08 espie Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -104,7 +104,8 @@ typedef enum pl_ent_t { PLIST_IGNORE_INST, PLIST_OPTION, PLIST_PKGCFL, - PLIST_NEWDEP + PLIST_NEWDEP, + PLIST_LIBDEP } pl_ent_t; /* Types */ |