diff options
author | asami <asami@FreeBSD.org> | 1997-09-30 14:14:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-30 14:14:59 +0800 |
commit | d76e2126788c6873f5c1c495028d2c719fa3fca4 (patch) | |
tree | 8d1d5d874f750d49cc91fd9c2e9bcc43adc86ed4 /sysutils/Makefile | |
parent | 4231a84c701e8c9548f1871c95e095a3c7223e74 (diff) | |
download | freebsd-ports-graphics-d76e2126788c6873f5c1c495028d2c719fa3fca4.tar.gz freebsd-ports-graphics-d76e2126788c6873f5c1c495028d2c719fa3fca4.tar.zst freebsd-ports-graphics-d76e2126788c6873f5c1c495028d2c719fa3fca4.zip |
Add setquota.
Forgotten dispite warning from easy-import by: joerg :)
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 628c74cd85c..a363b50dac9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1997/06/18 08:38:52 tg Exp $ +# $Id: Makefile,v 1.22 1997/09/19 02:18:25 itojun Exp $ # SUBDIR += LPRng @@ -12,6 +12,7 @@ SUBDIR += mkisofs SUBDIR += pib SUBDIR += rtty + SUBDIR += setquota SUBDIR += skill SUBDIR += socket SUBDIR += star |