diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-05-28 21:21:26 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-05-28 21:21:26 +0000 |
| commit | 6ba0afa72405bb4b5da300cd17ad55158e7708a6 (patch) | |
| tree | 497d2a5c1b96e126c9d10e42c6ad82802a0fa4c4 /gnu/usr.sbin | |
| parent | ad153768675882391e41bdce93b40395476435cb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/isdn/rst/Makefile | 1 | ||||
| -rw-r--r-- | gnu/usr.sbin/isdn/spy/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.sbin/isdn/rst/Makefile b/gnu/usr.sbin/isdn/rst/Makefile index a3c693261d3a..203ced901111 100644 --- a/gnu/usr.sbin/isdn/rst/Makefile +++ b/gnu/usr.sbin/isdn/rst/Makefile @@ -1,4 +1,5 @@ PROG= rst CFLAGS+= -DBSD -O +NOMAN= .include <bsd.prog.mk> diff --git a/gnu/usr.sbin/isdn/spy/Makefile b/gnu/usr.sbin/isdn/spy/Makefile index 2a9167cf1a2e..cfe369c8701d 100644 --- a/gnu/usr.sbin/isdn/spy/Makefile +++ b/gnu/usr.sbin/isdn/spy/Makefile @@ -1,4 +1,5 @@ PROG= spy CFLAGS+= -DBSD -O +NOMAN= .include <bsd.prog.mk> |
