1 # $NetBSD: Makefile,v 1.9 2003/07/29 02:45:23 lukem Exp $
7 SRCS
= ${RPCSRCS
:.x
=_xdr.c
} xdrtest.c
8 DPSRCS
= ${RPCSRCS
:.x
=.h
}
9 CLEANFILES
+= ${RPCSRCS
:.x
=.h
} ${RPCSRCS
:.x
=_xdr.c
}
11 RPC_INCS
= ${RPCSRCS
:.x
=.h
}
12 RPC_XDRFILES
= ${RPCSRCS
:.x
=_xdr.c
}
18 .
include <bsd.prog.mk
>