diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-27 22:34:21 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-27 22:34:21 +0000 |
| commit | 8beef06ead5933788cf2313cc407122fb844f569 (patch) | |
| tree | b461e4712e9ba4219a4fd36cc94fd4e584d6d790 /sysutils/setquota/files/patch-aa | |
| parent | Upgrade from 6.1 to 6.1.1 (diff) | |
setquota -- a command-line based quota tool
Submitted by: winter@jurai.net (Matthew N Dodd)
Diffstat (limited to 'sysutils/setquota/files/patch-aa')
| -rw-r--r-- | sysutils/setquota/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/setquota/files/patch-aa b/sysutils/setquota/files/patch-aa new file mode 100644 index 000000000000..56f75ae80365 --- /dev/null +++ b/sysutils/setquota/files/patch-aa @@ -0,0 +1,18 @@ +--- Makefile.orig Wed Mar 12 09:32:55 1997 ++++ Makefile Sat Sep 27 18:34:27 1997 +@@ -1,10 +1,11 @@ +-# $Id: Makefile,v 1.9 1997/03/12 08:32:55 winter Exp $ ++# From: $Id: Makefile,v 1.9 1997/03/12 08:32:55 winter Exp $ + + PROG= setquota + SRCS= printquota.c setquota.c quotatool.c +-CFLAGS+= -g -DDEBUG # -Wall -static ++#CFLAGS+= -g -DDEBUG # -Wall -static + MAN8= getquota.8 setquota.8 +-LINKS= /usr/sbin/setquota /usr/sbin/getquota +-BINDIR= /usr/sbin ++MANDIR= ${PREFIX}/man/man ++LINKS= ${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota ++BINDIR= ${PREFIX}/sbin + + .include <bsd.prog.mk> |
