Add mising dependency
This commit is contained in:
parent
e6e2b33868
commit
23e5b7b70a
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.sun3,v 1.20 1994/06/28 21:40:34 gwr Exp $
|
||||
# $Id: Makefile.sun3,v 1.21 1994/07/18 14:59:47 gwr Exp $
|
||||
# Makefile for 4.4 BSD
|
||||
#
|
||||
# This makefile is constructed from a machine description:
|
||||
|
@ -127,6 +127,9 @@ autoconf.o: Makefile
|
|||
# depends on device configuration
|
||||
conf.o : Makefile
|
||||
|
||||
# depends on network or filesystem configuration
|
||||
uipc_proto.o vfs_conf.o : Makefile
|
||||
|
||||
# depends on value of SYMTAB_SPACE
|
||||
db_aout.o : Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue