|
|
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.6 (Berkeley) 6/18/88 ! 18: # ! 19: CFLAGS= -O ! 20: LIBC= /lib/libc.a ! 21: SRCS= implog.c implogd.c ! 22: OBJS1= implog.o ! 23: OBJS2= implogd.o ! 24: ! 25: all: implog implogd ! 26: ! 27: implog: ${OBJS1} ${LIBC} ! 28: ${CC} ${OBJS1} -o $@ ! 29: ! 30: implogd: ${OBJS2} ${LIBC} ! 31: ${CC} ${OBJS2} -o $@ ! 32: ! 33: clean: FRC ! 34: rm -f ${OBJS1} ${OBJS2} core implog implogd ! 35: ! 36: depend: FRC ! 37: mkdep ${CFLAGS} ${SRCS} ! 38: ! 39: install: FRC ! 40: install -s -o bin -g bin -m 755 implog ${DESTDIR}/etc/implog ! 41: install -s -o bin -g bin -m 755 implogd ${DESTDIR}/etc/implogd ! 42: ! 43: lint: FRC ! 44: lint ${CFLAGS} ${SRCS} ! 45: ! 46: tags: FRC ! 47: ctags ${SRCS} ! 48: ! 49: FRC: ! 50: ! 51: # DO NOT DELETE THIS LINE -- mkdep uses it. ! 52: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. ! 53: ! 54: implog.o: implog.c /usr/include/stdio.h /usr/include/signal.h ! 55: implog.o: /usr/include/machine/trap.h /usr/include/sgtty.h ! 56: implog.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 57: implog.o: /usr/include/sys/ttydev.h /usr/include/sys/time.h /usr/include/time.h ! 58: implog.o: /usr/include/sys/types.h /usr/include/sys/file.h ! 59: implog.o: /usr/include/sys/stat.h /usr/include/sys/socket.h ! 60: implog.o: /usr/include/net/if.h /usr/include/net/if_arp.h ! 61: implog.o: /usr/include/netinet/in.h /usr/include/netimp/if_imp.h ! 62: implogd.o: implogd.c /usr/include/sgtty.h /usr/include/sys/ioctl.h ! 63: implogd.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h ! 64: implogd.o: /usr/include/sys/time.h /usr/include/time.h /usr/include/sys/param.h ! 65: implogd.o: /usr/include/sys/types.h /usr/include/signal.h ! 66: implogd.o: /usr/include/machine/trap.h /usr/include/machine/machparam.h ! 67: implogd.o: /usr/include/machine/endian.h /usr/include/sys/socket.h ! 68: implogd.o: /usr/include/sys/syslog.h /usr/include/sys/file.h ! 69: implogd.o: /usr/include/net/if.h /usr/include/net/if_arp.h ! 70: implogd.o: /usr/include/netinet/in.h /usr/include/netimp/if_imp.h ! 71: ! 72: # 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.