|
|
1.1 root 1: # Makefile 4.1 83/07/03
2: #
3: OBJS= courierd.o
4: CFLAGS= -O
5: DESTDIR=
6:
7: courierd: ${OBJS}
8: ${CC} ${CFLAGS} -o courierd ${OBJS}
9:
10: install: courierd
11: install -s courierd ${DESTDIR}/usr/new/lib/courier/courierd
12:
13: clean:
14: -rm -f ${OBJS} courierd
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.