From: espie Date: Mon, 12 Jun 2017 18:51:53 +0000 (+0000) Subject: redundant, gets BINDIR from ../Makefile.inc X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bdafc2625867de12524717f15231466c157a418e;p=openbsd redundant, gets BINDIR from ../Makefile.inc --- diff --git a/sbin/ldattach/Makefile b/sbin/ldattach/Makefile index 18e6f0118d4..f9162118e40 100644 --- a/sbin/ldattach/Makefile +++ b/sbin/ldattach/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/04/16 10:16:35 jsg Exp $ +# $OpenBSD: Makefile,v 1.5 2017/06/12 18:51:53 espie Exp $ PROG= ldattach SRCS= ldattach.c atomicio.c @@ -8,6 +8,4 @@ CFLAGS+= -Wall CDIAGFLAGS= LDADD+= -lutil -BINDIR= /sbin - .include