$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>
