Home | History | Annotate | Line # | Download | only in libskey
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 1997/06/18 19:18:27 christos Exp $
      2  1.1   deraadt 
      3  1.1   deraadt LIB=	skey
      4  1.3  christos SRCS=	skeylogin.c skeysubr.c put.c
      5  1.3  christos CFLAGS+= -DUSE_ECHO -Wall -Wstrict-prototypes -Wmissing-prototypes
      6  1.3  christos INCS=	skey.h
      7  1.3  christos INCSDIR=/usr/include
      8  1.1   deraadt 
      9  1.1   deraadt .include <bsd.lib.mk>
     10