File:  [CSRG BSD Unix] / 43BSD / contrib / xns / daemon / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

# $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/xns/daemon/Makefile,v 1.1.1.1 2018/04/24 16:12:54 root Exp $
#
# $Log: Makefile,v $
# Revision 1.1.1.1  2018/04/24 16:12:54  root
# BSD 4.3
#
# Revision 2.0  85/11/21  07:21:55  jqj
# 4.3BSD standard release
# 
# Revision 1.2  85/10/30  07:39:52  root
# default CRLIB
# 
# Revision 1.1  85/10/30  07:38:14  root
# Initial revision
# 

SRCS= xnscourierd.c
OBJS= xnscourierd.o
#CFLAGS=	-g -DDEBUG
CFLAGS= -O
DESTDIR=
RCSREV=
RCSNAME=current
CRLIB=/usr/new/lib/xnscourier

xnscourierd: xnscourierd.o
	${CC} ${CFLAGS} -o xnscourierd xnscourierd.o -lcourier

lint:	${SRCS}
	lint -hux ${SRCS}

install: xnscourierd
	install -s -c xnscourierd ${DESTDIR}${CRLIB}/xnscourierd
	@echo "Please add ${CRLIB}/xnscourierd to your /etc/rc.local file"

clean:
	-rm -f ${OBJS} *.BAK *.CKP xnscourierd *.o

rcs:
	rcs -l RCS/*
	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.