Make $(OBJS) depend on the ufs headers link.

This commit is contained in:
pk 2002-03-05 15:08:27 +00:00
parent 505d53c807
commit 583e840c0b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/01/31 22:43:51 tv Exp $
# $NetBSD: Makefile,v 1.4 2002/03/05 15:08:27 pk Exp $
HOSTPROGNAME= nbmakefs
HOST_SRCDIR= usr.sbin/makefs
@ -9,6 +9,8 @@ CLEANFILES+= ufs
.include "${.CURDIR}/../Makefile.host"
$(OBJS): ufs.stamp
ufs.stamp:
-rm -f ufs
ln -fs ${.CURDIR}/../../sys/ufs ufs