artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7880f69
)
SKIP_PROPOSAL has been ripped out in 2019
author
kn
<kn@openbsd.org>
Sat, 20 Mar 2021 16:36:52 +0000
(16:36 +0000)
committer
kn
<kn@openbsd.org>
Sat, 20 Mar 2021 16:36:52 +0000
(16:36 +0000)
distrib/special/slaacd/Makefile
patch
|
blob
|
history
diff --git
a/distrib/special/slaacd/Makefile
b/distrib/special/slaacd/Makefile
index
79364a7
..
1e59021
100644
(file)
--- a/
distrib/special/slaacd/Makefile
+++ b/
distrib/special/slaacd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
2 2018/06/25 16:29:00 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.
3 2021/03/20 16:36:52 kn
Exp $
PROG= slaacd
COPTS+= -DSMALL
@@
-7,8
+7,6
@@
SRCS= engine.c frontend.c slaacd.c
MAN=
-CFLAGS+= -DSKIP_PROPOSAL
-
YFLAGS=
LDADD+= -levent -lutil
DPADD+= ${LIBEVENT} ${LIBUTIL}