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

Annotation of sys/arch/mvmeppc/stand/libbug/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.1 2001/06/26 21:58:03 smurph Exp $
        !             2:
        !             3: LIB=bug
        !             4:
        !             5: NOPIC=
        !             6: NOPROFILE=
        !             7:
        !             8: S=${.CURDIR}/../../../..
        !             9: DIR_SA=$S/lib/libsa
        !            10:
        !            11: CFLAGS+=-O2 -I${.CURDIR}/../../include -I${DIR_SA}
        !            12:
        !            13: SRCS=  delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c outch.c\
        !            14:        outstr.c putchar.c return.c rtc_rd.c netrd.c netwr.c netfopen.c \
        !            15:        netfread.c netctrl.c
        !            16:
        !            17: install:
        !            18:
        !            19: .include <bsd.lib.mk>

CVSweb