|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1987 Regents of the University of California. ! 3: # All rights reserved. ! 4: # ! 5: # Redistribution and use in source and binary forms are permitted ! 6: # provided that the above copyright notice and this paragraph are ! 7: # duplicated in all such forms and that any documentation, ! 8: # advertising materials, and other materials related to such ! 9: # distribution and use acknowledge that the software was developed ! 10: # by the University of California, Berkeley. The name of the ! 11: # University may not be used to endorse or promote products derived ! 12: # from this software without specific prior written permission. ! 13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 16: # ! 17: # @(#)Makefile 5.7 (Berkeley) 6/18/88 ! 18: # ! 19: CFLAGS= -O ! 20: LIBC= /lib/libc.a ! 21: SRCS= talkd.c announce.c process.c table.c print.c ! 22: OBJS= talkd.o announce.o process.o table.o print.o ! 23: ! 24: all: talkd ! 25: ! 26: talkd: ${OBJS} ${LIBC} ! 27: ${CC} -o $@ ${CFLAGS} ${OBJS} ! 28: ! 29: clean: FRC ! 30: rm -f ${OBJS} core talkd ! 31: ! 32: depend: FRC ! 33: mkdep ${CFLAGS} ${SRCS} ! 34: ! 35: install: FRC ! 36: install -s -o bin -g bin -m 755 talkd ${DESTDIR}/etc/ntalkd ! 37: ! 38: lint: FRC ! 39: lint ${CFLAGS} ${SRCS} ! 40: ! 41: tags: FRC ! 42: ctags ${SRCS} ! 43: ! 44: FRC: ! 45: ! 46: # DO NOT DELETE THIS LINE -- mkdep uses it. ! 47: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. ! 48: ! 49: talkd.o: talkd.c /usr/include/stdio.h /usr/include/errno.h ! 50: talkd.o: /usr/include/signal.h /usr/include/machine/trap.h ! 51: talkd.o: /usr/include/syslog.h /usr/include/protocols/talkd.h ! 52: talkd.o: /usr/include/sys/types.h /usr/include/sys/socket.h ! 53: announce.o: announce.c /usr/include/sys/types.h /usr/include/sys/stat.h ! 54: announce.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h ! 55: announce.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h ! 56: announce.o: /usr/include/sys/ioctl.h /usr/include/sys/time.h ! 57: announce.o: /usr/include/time.h /usr/include/stdio.h /usr/include/sys/wait.h ! 58: announce.o: /usr/include/machine/endian.h /usr/include/errno.h ! 59: announce.o: /usr/include/syslog.h /usr/include/protocols/talkd.h ! 60: announce.o: /usr/include/sys/types.h /usr/include/sys/socket.h ! 61: process.o: process.c /usr/include/sys/types.h /usr/include/sys/stat.h ! 62: process.o: /usr/include/stdio.h /usr/include/syslog.h /usr/include/netdb.h ! 63: process.o: /usr/include/netinet/in.h /usr/include/protocols/talkd.h ! 64: process.o: /usr/include/sys/types.h /usr/include/sys/socket.h ! 65: process.o: /usr/include/utmp.h ! 66: table.o: table.c /usr/include/stdio.h /usr/include/sys/time.h ! 67: table.o: /usr/include/time.h /usr/include/syslog.h /usr/include/sys/param.h ! 68: table.o: /usr/include/sys/types.h /usr/include/signal.h ! 69: table.o: /usr/include/machine/trap.h /usr/include/machine/machparam.h ! 70: table.o: /usr/include/machine/endian.h /usr/include/protocols/talkd.h ! 71: table.o: /usr/include/sys/types.h /usr/include/sys/socket.h ! 72: print.o: print.c /usr/include/stdio.h /usr/include/syslog.h ! 73: print.o: /usr/include/sys/param.h /usr/include/sys/types.h ! 74: print.o: /usr/include/signal.h /usr/include/machine/trap.h ! 75: print.o: /usr/include/machine/machparam.h /usr/include/machine/endian.h ! 76: print.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h ! 77: print.o: /usr/include/sys/socket.h ! 78: ! 79: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.