Home | History | Annotate | Line # | Download | only in common_source
Makefile revision 1.3
      1  1.3  mycroft #	$NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $
      2  1.1    lukem 
      3  1.3  mycroft LIB=	common
      4  1.1    lukem SRCS=	allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
      5  1.1    lukem 	table.c
      6  1.1    lukem 
      7  1.1    lukem NOPROFILE=	noprofile
      8  1.1    lukem NOPIC=		nopic
      9  1.2    veego 
     10  1.2    veego # only needed during build
     11  1.2    veego libinstall::
     12  1.1    lukem 
     13  1.1    lukem .include <bsd.lib.mk>
     14