Annotation of nono/util/nvramedit/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # nono
        !             3: # Copyright (C) 2021 [email protected]
        !             4: #
        !             5: 
        !             6: TOPDIR=                ../..
        !             7: .include "${TOPDIR}/Makefile.inc"
        !             8: 
        !             9: TARGETS=       nvramedit
        !            10: 
        !            11: CXXSRCS=       \
        !            12:                nvramedit.cpp   \
        !            13: 
        !            14: OBJS=          ${CXXSRCS:.cpp=.o}
        !            15: 
        !            16: nvramedit:     ${OBJS}
        !            17:        ${CXX} ${LDFLAGS} -o $@ $> ../../lib/libnnlib.a ${LIBS}
        !            18: 
        !            19: .include "${TOPDIR}/Makefile.rule"
        !            20: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.