diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-05-28 21:20:30 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-05-28 21:20:30 +0000 |
| commit | ad153768675882391e41bdce93b40395476435cb (patch) | |
| tree | d39b0b595354ffe06816f2ca447b32adc712155b /gnu/usr.sbin | |
| parent | cbce938a64f61d36deb3df28bbc0f38f53861b71 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/isdn/ittd/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
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 <bsd.prog.mk> |
