redundant, gets BINDIR from ../Makefile.inc
authorespie <espie@openbsd.org>
Mon, 12 Jun 2017 18:51:53 +0000 (18:51 +0000)
committerespie <espie@openbsd.org>
Mon, 12 Jun 2017 18:51:53 +0000 (18:51 +0000)
sbin/ldattach/Makefile

index 18e6f01..f916211 100644 (file)
@@ -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 <bsd.prog.mk>