diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-06 07:26:35 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-06 07:26:35 +0000 |
commit | e7a552d09f10997dc84f4ad9f33abadf30a9d84b (patch) | |
tree | bb037bb7dde2568483c5f6a697e89eb5cee3be6f /sysutils/Makefile | |
parent | Update to 2.4.11 (diff) |
Add SUBDIR += pkg_version
Notes
Notes:
svn path=/head/; revision=15143
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d893e29c92c2..edd2b6204f22 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.49 1998/11/24 22:46:14 billf Exp $ +# $Id: Makefile,v 1.50 1998/12/05 05:37:07 flathill Exp $ # SUBDIR += LPRng @@ -26,6 +26,7 @@ SUBDIR += mkisofs SUBDIR += no-login SUBDIR += pib + SUBDIR += pkg_version SUBDIR += rdate SUBDIR += rtty SUBDIR += setquota |