From 858ff2f517de2938bb4195de9f765a07aeb32007 Mon Sep 17 00:00:00 2001 From: csgr Date: Thu, 26 May 1994 20:16:49 +0000 Subject: [PATCH] My last fix broke things more, thanks to Paul Traina for pointing that out! --- usr.sbin/manctl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile index 52727405455..f56c66d2304 100644 --- a/usr.sbin/manctl/Makefile +++ b/usr.sbin/manctl/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $ +# $Id: Makefile,v 1.3 1994/05/26 07:52:23 csgr Exp $ all: @echo -n @@ -7,3 +7,5 @@ all: install: all install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \ ${DESTDIR}/usr/sbin/manctl + +.include -- 2.45.2