mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 02:01:19 +01:00
Add BINDIR=/usr/sbin for install, fails in other case
This commit is contained in:
parent
3724878728
commit
b3673749c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2950
@ -6,10 +6,11 @@
|
|||||||
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.3 1994/09/21 04:38:46 phk Exp $
|
||||||
#
|
#
|
||||||
PROG= ctm_scan
|
PROG= ctm_scan
|
||||||
LDADD+= -lmd
|
LDADD+= -lmd
|
||||||
NOMAN= 1
|
NOMAN= 1
|
||||||
CFLAGS+= -Wall
|
CFLAGS+= -Wall
|
||||||
|
BINDIR= /usr/sbin
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user