[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / aviion / stand / libprom

Annotation of sys/arch/aviion/stand/libprom/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.1 2006/05/16 22:48:18 miod Exp $
        !             2:
        !             3: LIB=prom
        !             4:
        !             5: NOPIC=
        !             6: NOPROFILE=
        !             7:
        !             8: S=${.CURDIR}/../../../..
        !             9: DIR_SA=$S/lib/libsa
        !            10:
        !            11: CFLAGS+=-I${.CURDIR}/../../include -I${DIR_SA}
        !            12:
        !            13: SRCS=  getc.c getenaddr.c halt.c putc.c
        !            14:
        !            15: install:
        !            16:
        !            17: .include <bsd.lib.mk>

CVSweb