Home | History | Annotate | Line # | Download | only in libskey
Makefile revision 1.1
      1  1.1  deraadt # $Id: Makefile,v 1.1 1994/05/21 05:45:58 deraadt Exp $
      2  1.1  deraadt 
      3  1.1  deraadt LIB=	skey
      4  1.1  deraadt SRCS=	skeylogin.c skeysubr.c md4.c put.c
      5  1.1  deraadt CFLAGS+= -DUSE_ECHO
      6  1.1  deraadt 
      7  1.1  deraadt .include <bsd.lib.mk>
      8