diff options
author | peter <peter@FreeBSD.org> | 1995-11-03 15:06:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-03 15:06:04 +0000 |
commit | 153fe8c3bc0f5a2a0b0ff7075fe41d2d0ef10934 (patch) | |
tree | 6e7ede554e3210a508228c1d729eb632ec4161da /usr.sbin/quot/Makefile | |
parent | e2b7ea019e93c79967d0d384dd8a1467b33c093f (diff) | |
download | FreeBSD-src-153fe8c3bc0f5a2a0b0ff7075fe41d2d0ef10934.zip FreeBSD-src-153fe8c3bc0f5a2a0b0ff7075fe41d2d0ef10934.tar.gz |
Import NetBSD's quot command, filling the gap in our sources
(We only have the man page...)
Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH.
Diffstat (limited to 'usr.sbin/quot/Makefile')
-rw-r--r-- | usr.sbin/quot/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile new file mode 100644 index 0000000..aca581b --- /dev/null +++ b/usr.sbin/quot/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.3 1994/12/22 11:39:03 cgd Exp $ + +PROG= quot +MAN= quot.8 + +.include <bsd.prog.mk> |