diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-09 19:30:31 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-09 19:30:31 +0000 |
commit | 7de1daeb932770462bc659424c411301e7efc4c2 (patch) | |
tree | c39d2190c8a4a1e350c2be9f543e5139b1da59d0 /sbin/quotacheck | |
parent | a5395435ffd12973da3b6e4959c8fe8290f952e0 (diff) | |
download | src-7de1daeb932770462bc659424c411301e7efc4c2.tar.gz src-7de1daeb932770462bc659424c411301e7efc4c2.zip |
Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.
Add ping6 and rtsol to the runtime package.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=295448
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r-- | sbin/quotacheck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index 7be3e3510503..601c19e98a7d 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +PACKAGE=quotacheck PROG= quotacheck SRCS= quotacheck.c preen.c fsutil.c utilities.c WARNS?= 2 |