Add sm_inter.h to DPSRCS so that make depend is not required to build

this.
This commit is contained in:
Nate Williams 1996-07-09 22:40:39 +00:00
parent b7903b6ac0
commit dd30d06c45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17050

View File

@ -1,8 +1,9 @@
# $Id: Makefile,v 1.1.1.1 1996/02/17 15:11:28 peter Exp $
# $Id: Makefile,v 1.2 1996/04/01 05:36:03 peter Exp $
PROG = rpc.statd
SRCS = file.c sm_inter_svc.c statd.c procs.c
MAN8 = rpc.statd.8
DPSRCS+= sm_inter.h
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc