Move conditional preprocessing out from the IEEE80211_DPRINTF macro
[dragonfly.git] / usr.bin / keyinfo / Makefile
blobe14a8f706d98e5ab2870471fc47ed46ed04d91cc
1 # @(#)Makefile 5.5 (Berkeley) 7/1/90
2 # $FreeBSD: src/usr.bin/keyinfo/Makefile,v 1.4.6.2 2001/11/06 03:36:33 imp Exp $
3 # $DragonFly: src/usr.bin/keyinfo/Makefile,v 1.3 2005/01/16 21:14:51 cpressey Exp $
5 PROG= keyinfo
6 DPADD= ${LIBSKEY} ${LIBCRYPT} ${LIBMD}
7 LDADD= -lskey -lcrypt -lmd
8 BINMODE=4555
9 WARNS?= 6
11 .include <bsd.prog.mk>