From ad153768675882391e41bdce93b40395476435cb Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sun, 28 May 1995 21:20:30 +0000 Subject: Replaced the whole former Makefile with a more BSD conformant Makefile. --- gnu/usr.sbin/isdn/ittd/Makefile | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'gnu/usr.sbin') diff --git a/gnu/usr.sbin/isdn/ittd/Makefile b/gnu/usr.sbin/isdn/ittd/Makefile index 1e84b2877914..ef31c48f04b0 100644 --- a/gnu/usr.sbin/isdn/ittd/Makefile +++ b/gnu/usr.sbin/isdn/ittd/Makefile @@ -1,18 +1,5 @@ -I =/isdn/bin - -OPTIONS =-DBSD -O - -OBJS = ittd - -all: $(OBJS) - -ittd: ittd.c - cc $(OPTIONS) -o ittd ittd.c - -install: all - strip ittd - install ittd $I - -clean: - @rm -f $(OBJS) a.out core.* +PROG= ittd +CFLAGS+= -DBSD -O +NOMAN= yes +.include -- cgit v1.3