7c9c2ed673
Fix braindeadness in my makefile
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# Makefile
|
|
# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $
|
|
|
|
all:
|
|
@echo -n
|
|
|
|
install: all
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
|
|
${DESTDIR}/usr/sbin/manctl
|