diff options
| author | pk <pk@NetBSD.org> | 2000-11-17 09:57:55 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 2000-11-17 09:57:55 +0000 |
| commit | 2c7ffcac2fffe973b0bbdd3a88e97567ce1607f9 (patch) | |
| tree | e1c2e0d0cd83189416bd6c421219141bb2508da8 /lib | |
| parent | ff1595ff7524d7c0370dd98c895b57c4416f7543 (diff) | |
Put back `${SRCS}: asn1.h', so a `make depend' is not obligatory.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libasn1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libasn1/Makefile b/lib/libasn1/Makefile index b027884f4be..7d4a2a92211 100644 --- a/lib/libasn1/Makefile +++ b/lib/libasn1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/13 15:08:16 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/17 09:57:55 pk Exp $ DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/asn1 @@ -93,6 +93,8 @@ CPPFLAGS+= -I. \ ASN1COMPILE!= cd ${.CURDIR}/asn1_compile && ${MAKE} print-objdir ASN1_COMPILE= ${ASN1COMPILE}/asn1_compile +${SRCS}: asn1.h + ${gen_files} asn1.hx: k5.asn1 ${ASN1_COMPILE} ${ASN1_COMPILE} ${DIST}/heimdal/lib/asn1/k5.asn1 |
