From b3673749c729b53cc486cc85fc9ebddfa1f890a3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 21 Sep 1994 18:12:10 +0000 Subject: [PATCH] Add BINDIR=/usr/sbin for install, fails in other case --- usr.sbin/ctm/ctm_scan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ctm/ctm_scan/Makefile b/usr.sbin/ctm/ctm_scan/Makefile index 6230e6d678e..aedbc347b60 100644 --- a/usr.sbin/ctm/ctm_scan/Makefile +++ b/usr.sbin/ctm/ctm_scan/Makefile @@ -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