Replaced the whole former Makefile with a more BSD conformant Makefile.
This commit is contained in:
parent
2c0ed412f0
commit
551d1d1c70
@ -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 <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user