Home | History | Annotate | Line # | Download | only in common
Makefile revision 1.1
      1  1.1  lukem #	$NetBSD: Makefile,v 1.1 1997/10/16 07:36:27 lukem Exp $
      2  1.1  lukem 
      3  1.1  lukem LIB=	common
      4  1.1  lukem SRCS=	cmp.c device.c dl.c file.c get.c loop-bsd.c mopdef.c nma.c pf.c \
      5  1.1  lukem 	print.c put.c rc.c version.c
      6  1.1  lukem CLEANFILES= version.c
      7  1.1  lukem 
      8  1.1  lukem version.c: VERSION
      9  1.1  lukem 	rm -f version.c; \
     10  1.1  lukem 	sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
     11  1.1  lukem 
     12  1.1  lukem NOPROFILE=	noprofile
     13  1.1  lukem NOPIC=		nopic
     14  1.1  lukem 
     15  1.1  lukem # only needed during build
     16  1.1  lukem libinstall::
     17  1.1  lukem 
     18  1.1  lukem .include <bsd.lib.mk>
     19