Home | History | Annotate | Line # | Download | only in skey
Makefile revision 1.1
      1  1.1  deraadt # $Id: Makefile,v 1.1 1994/05/24 06:47:42 deraadt Exp $
      2  1.1  deraadt 
      3  1.1  deraadt PROG= skey
      4  1.1  deraadt CFLAGS+= -I${.CURDIR}/../../lib/libskey
      5  1.1  deraadt MAN1= skey.0
      6  1.1  deraadt DPADD=	${LIBSKEY}
      7  1.1  deraadt LDADD=	-lskey
      8  1.1  deraadt 
      9  1.1  deraadt beforeinstall:
     10  1.1  deraadt 	install -c -m 755 ${.CURDIR}/keyaudit ${BINDIR}
     11  1.1  deraadt 	install -c -m 755 ${.CURDIR}/keyinfo ${BINDIR}
     12  1.1  deraadt 
     13  1.1  deraadt .include <bsd.prog.mk>
     14