diff options
-rw-r--r-- | regress/usr.sbin/bgpd/config/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/usr.sbin/bgpd/config/Makefile b/regress/usr.sbin/bgpd/config/Makefile index d3ccb0cb772..11c56097500 100644 --- a/regress/usr.sbin/bgpd/config/Makefile +++ b/regress/usr.sbin/bgpd/config/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2018/11/13 16:54:30 claudio Exp $ +# $OpenBSD: Makefile,v 1.8 2018/12/04 22:28:23 bluhm Exp $ BGPDTESTS=1 2 3 4 5 6 7 8 9 10 -REGRESS_TARGETS = config - .for n in ${BGPDTESTS} BGPD_TARGETS+=bgpd${n} BGPD_UPDATES+=bgpd${n}-update @@ -19,7 +17,8 @@ bgpd${n}-update: ${.CURDIR}/bgpd.conf.${n}.ok .endfor -config: bgpd-example bgpd-printconf ${BGPD_TARGETS} +REGRESS_TARGETS = bgpd-example bgpd-printconf ${BGPD_TARGETS} + bgpd-update: ${BGPD_UPDATES} # check that the example configuration file we ship is ok |