--- Makefile.orig	Wed Mar 12 01:32:55 1997
+++ Makefile	Sat May 22 23:50:37 1999
@@ -1,10 +1,11 @@
-# $Id: patch-aa,v 1.2 1999/05/23 06:01:14 brad Exp $
+# From: $Id: patch-aa,v 1.2 1999/05/23 06:01:14 brad Exp $
 
 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
+#CFLAGS+=	-g -DDEBUG # -Wall -static
+MAN=		getquota.8 setquota.8
+MANDIR=		${PREFIX}/man/man
+LINKS=		${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota
+BINDIR=		${PREFIX}/sbin
 
 .include <bsd.prog.mk>
