diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-12 18:49:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-12 18:49:35 +0000 |
commit | c4546e547a0993272b4e70789e3e537e3fbb334c (patch) | |
tree | f82c4bb8dcabfe0925ca98a8e2245482e297866d /distrib/special/route | |
parent | 800deae54849a3a5f9b07348e7cc69ac91de249d (diff) |
destroy lint remnants.
okay millert@ deraadt@
Diffstat (limited to 'distrib/special/route')
-rw-r--r-- | distrib/special/route/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/route/Makefile b/distrib/special/route/Makefile index 9c0edbe1921..2b2dac06119 100644 --- a/distrib/special/route/Makefile +++ b/distrib/special/route/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/20 10:39:18 phessler Exp $ +# $OpenBSD: Makefile,v 1.3 2017/06/12 18:49:33 espie Exp $ PROG= route MAN= route.8 @@ -6,7 +6,7 @@ SRCS= route.c show.c CFLAGS+= -Wall -DSMALL -route.o .depend lint tags: keywords.h +route.o .depend tags: keywords.h .PATH: ${.CURDIR}/../../../sbin/route .include <bsd.prog.mk> |