diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-07-06 12:15:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-07-06 12:15:24 +0000 |
commit | fc1b85dba58672371640283231a691eaefbba7ba (patch) | |
tree | 2ab01b57fd9e93a6d0321af3e6e269a9946351d7 /usr.sbin/switchctl | |
parent | cb809d05dd329c95668133fe6c56d0282889a8dd (diff) |
/tmp/cvsa9y4jm
Diffstat (limited to 'usr.sbin/switchctl')
-rw-r--r-- | usr.sbin/switchctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/switchctl/Makefile b/usr.sbin/switchctl/Makefile index 83b28ccb824..d6007e91b3f 100644 --- a/usr.sbin/switchctl/Makefile +++ b/usr.sbin/switchctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/11/17 10:05:44 reyk Exp $ +# $OpenBSD: Makefile,v 1.5 2017/07/06 12:15:23 espie Exp $ SWITCHD= ${.CURDIR}/../switchd @@ -20,7 +20,7 @@ CFLAGS+= -Wsign-compare GENERATED= ofp_map.c ofp10_map.c SRCS+= ${GENERATED} -CLEANFILES+= ${GENERATED} *~ +CLEANFILES+= ${GENERATED} ofp_map.c: genmap.sh ${SWITCHD}/ofp_map.h ${SWITCHD}/../../sys/net/ofp.h /bin/sh ${SWITCHD}/genmap.sh -i ${SWITCHD}/../../sys/net/ofp.h -t ofp \ |