Annotation of 43BSD/contrib/xns/daemon/Makefile, revision 1.1

1.1     ! root        1: # $Header: Makefile,v 2.0 85/11/21 07:21:55 jqj Exp $
        !             2: #
        !             3: # $Log:        Makefile,v $
        !             4: # Revision 2.0  85/11/21  07:21:55  jqj
        !             5: # 4.3BSD standard release
        !             6: # 
        !             7: # Revision 1.2  85/10/30  07:39:52  root
        !             8: # default CRLIB
        !             9: # 
        !            10: # Revision 1.1  85/10/30  07:38:14  root
        !            11: # Initial revision
        !            12: # 
        !            13: 
        !            14: SRCS= xnscourierd.c
        !            15: OBJS= xnscourierd.o
        !            16: #CFLAGS=       -g -DDEBUG
        !            17: CFLAGS= -O
        !            18: DESTDIR=
        !            19: RCSREV=
        !            20: RCSNAME=current
        !            21: CRLIB=/usr/new/lib/xnscourier
        !            22: 
        !            23: xnscourierd: xnscourierd.o
        !            24:        ${CC} ${CFLAGS} -o xnscourierd xnscourierd.o -lcourier
        !            25: 
        !            26: lint:  ${SRCS}
        !            27:        lint -hux ${SRCS}
        !            28: 
        !            29: install: xnscourierd
        !            30:        install -s -c xnscourierd ${DESTDIR}${CRLIB}/xnscourierd
        !            31:        @echo "Please add ${CRLIB}/xnscourierd to your /etc/rc.local file"
        !            32: 
        !            33: clean:
        !            34:        -rm -f ${OBJS} *.BAK *.CKP xnscourierd *.o
        !            35: 
        !            36: rcs:
        !            37:        rcs -l RCS/*
        !            38:        cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

unix.superglobalmegacorp.com

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