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

Annotation of sys/arch/hp300/stand/common/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.6 2006/08/17 06:31:10 miod Exp $
        !             2:
        !             3: LIB=   common
        !             4:
        !             5: NOMAN= noman
        !             6:
        !             7: .include "${.CURDIR}/../Makefile.inc"
        !             8:
        !             9: SRCS=  apci.c autoconf.c cons.c ct.c dca.c dcm.c dnkbd.c \
        !            10:        fhpib.c hd.c hil.c hpib.c if_le.c ite.c ite_dv.c ite_gb.c ite_hy.c \
        !            11:        ite_rb.c ite_sti.c ite_subr.c ite_tc.c ite_tvrx.c kbd.c kbdconf.c \
        !            12:        machdep.c nhpib.c scsi.c sd.c version.c
        !            13:
        !            14: CFLAGS+=-I${.CURDIR}/../include \
        !            15:        -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. -DCD9660_DUMMYLABEL
        !            16:
        !            17: NOPROFILE=
        !            18: NOPIC=
        !            19:
        !            20: install:
        !            21:
        !            22: .include <bsd.lib.mk>

CVSweb