Add BINDIR=/usr/sbin for install, fails in other case

This commit is contained in:
Andrey A. Chernov 1994-09-21 18:12:10 +00:00
parent 3724878728
commit b3673749c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2950

View File

@ -6,10 +6,11 @@
# 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
LDADD+= -lmd
NOMAN= 1
CFLAGS+= -Wall
BINDIR= /usr/sbin
.include <bsd.prog.mk>