Descend into the stdio directory (thanks Nick!).

This commit is contained in:
simonb 2003-05-30 12:49:57 +00:00
parent 544cefa2dd
commit f3c9a91eee
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.34 2003/05/03 19:33:51 martin Exp $
# $NetBSD: Makefile,v 1.35 2003/05/30 12:49:57 simonb Exp $
SUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \
gen getaddrinfo hsearch int_fmtio locale md5sha popen regex rpc \
setjmp sigsetjmp stdlib string sys time
setjmp sigsetjmp stdio stdlib string sys time
.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
SUBDIR+= ieeefp
.endif