NetBSD/regress/sys/crypto/cast128/Makefile
lukem 08c81a9c2d some makefile de-linting
- list NOxxx and LDSTATIC= assignments before everything else
  (especially <bsd.own.mk>)
- ensure <bsd.own.mk> is included before NETBSDSRCDIR is used
- add missing RCSids
2002-09-18 05:41:35 +00:00

16 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/09/18 05:41:51 lukem Exp $
# $KAME: Makefile,v 1.4 2000/11/08 05:58:25 itojun Exp $
NOMAN= # defined
PROG= casttest
SRCS= casttest.c cast128.c
.include "../Makefile.inc"
.include <bsd.own.mk>
CPPFLAGS+= -I${SYSDIR}
.PATH: ${SYSDIR}/crypto/cast128
.include <bsd.prog.mk>