mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2001/11/15 15:46:33 taca Exp $
|
|
|
|
--- Makefile.orig Wed Mar 12 17:32:55 1997
|
|
+++ Makefile
|
|
@@ -2,9 +2,11 @@
|
|
|
|
PROG= setquota
|
|
SRCS= printquota.c setquota.c quotatool.c
|
|
-CFLAGS+= -g -DDEBUG # -Wall -static
|
|
-MAN8= getquota.8 setquota.8
|
|
-LINKS= /usr/sbin/setquota /usr/sbin/getquota
|
|
-BINDIR= /usr/sbin
|
|
+
|
|
+BINDIR= ${PREFIX}/sbin
|
|
+MANDIR= ${PREFIX}/man
|
|
+LINKS= ${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota
|
|
+MAN= setquota.8
|
|
+MLINKS= setquota.8 getquota.8
|
|
|
|
.include <bsd.prog.mk>
|