Fixed a missing dependency.

This commit is contained in:
Bruce Evans 1998-01-16 11:51:19 +00:00
parent c62130b382
commit 25776f4cf7
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
# $Id: Makefile,v 1.18 1997/08/21 18:33:13 bde Exp $
# $Id: Makefile,v 1.19 1997/09/16 10:52:59 bde Exp $
.SUFFIXES: .x
@ -29,4 +29,6 @@ beforeinstall:
.x.h:
${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
nis.h: nis_object.x
.include <bsd.prog.mk>