blob: 1e2493d72c392b9b86d0d7e57060c96e55863097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$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>
|