mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
f38100393f
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
|