Use a dummy assembly file so we won't try produce lint stuff.

This commit is contained in:
ad 2008-06-06 13:35:06 +00:00
parent 884b58c222
commit 6e5329fd40
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.10 2008/06/03 18:47:28 ad Exp $
# $NetBSD: Makefile,v 1.11 2008/06/06 13:35:06 ad Exp $
#
USE_SHLIBDIR= yes
LIB= m387
SRCS=empty.c
SRCS=empty.S
.include <bsd.lib.mk>