From 99e4807ade6b21b44374a03c58a7b05c6f4c5553 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 30 Dec 1994 15:38:04 +0000 Subject: [PATCH] Remove extra targets per Bruce suggestion. Use more macros instead of hardcoded things --- usr.sbin/adduser/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile index f1764cd2dcdc..cb5ed7fda04f 100644 --- a/usr.sbin/adduser/Makefile +++ b/usr.sbin/adduser/Makefile @@ -1,9 +1,7 @@ MAN8= adduser.8 -clean obj: - beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser .include