artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752051c
)
redundant, gets BINDIR from ../Makefile.inc
author
espie
<espie@openbsd.org>
Mon, 12 Jun 2017 18:51:53 +0000
(18:51 +0000)
committer
espie
<espie@openbsd.org>
Mon, 12 Jun 2017 18:51:53 +0000
(18:51 +0000)
sbin/ldattach/Makefile
patch
|
blob
|
history
diff --git
a/sbin/ldattach/Makefile
b/sbin/ldattach/Makefile
index
18e6f01
..
f916211
100644
(file)
--- 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 <bsd.prog.mk>