diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-03-04 13:35:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-03-04 13:35:57 +0000 |
commit | 1a0fda2b547365c9453523592a445dfe21266d4b (patch) | |
tree | 4002c72cd1ed11909f7640bea343988cfcf63c5b /usr.sbin/repquota | |
parent | 7c54172a4f9db27283aaead2ee3c694f109ca497 (diff) | |
parent | 9663e34384b9fa73e55c5130592221e7b4911dae (diff) |
IFH@204581
Notes
Notes:
svn path=/projects/quota64/; revision=204708
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r-- | usr.sbin/repquota/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/repquota/Makefile b/usr.sbin/repquota/Makefile index 9da22c2fc0ff..ed8013285597 100644 --- a/usr.sbin/repquota/Makefile +++ b/usr.sbin/repquota/Makefile @@ -6,6 +6,4 @@ MAN= repquota.8 DPADD= ${LIBUTIL} LDADD= -lutil -WARNS?= 4 - .include <bsd.prog.mk> |