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 /sys/arch/alpha/stand/netboot/Makefile | |
parent | 800deae54849a3a5f9b07348e7cc69ac91de249d (diff) |
destroy lint remnants.
okay millert@ deraadt@
Diffstat (limited to 'sys/arch/alpha/stand/netboot/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index c8f5958eca2..e871ef819da 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2016/07/30 03:25:48 guenther Exp $ +# $OpenBSD: Makefile,v 1.15 2017/06/12 18:49:34 espie Exp $ # $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -48,9 +48,6 @@ realinstall: -o ${BINOWN} -g ${BINGRP} \ -m ${BINMODE} ${PROG}.mop ${DESTDIR}${BINDIR}/${PROG}.mop -# no lint here (yet?) -lint: - .include <bsd.prog.mk> ### find out what to use for libz |