diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-01-02 23:52:18 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-01-02 23:52:18 +0000 |
commit | 34280193c5cf086d80e3507201ab5c91238a032d (patch) | |
tree | 48642491b9d9bf3e049f13e2cd8c124940c706fc /sbin | |
parent | 17c5f7bed5947b94da31e6d1be99c7f6550a0584 (diff) |
factor out dump.c from rtsol by -DSMALL
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/rtsol/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index dde83f51541..865fb7463de 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/02 23:46:04 itojun Exp $ +# $OpenBSD: Makefile,v 1.8 2004/01/02 23:52:17 itojun Exp $ PROG= rtsol -SRCS= rtsold.c rtsol.c if.c probe.c dump.c +SRCS= rtsold.c rtsol.c if.c probe.c + +CPPFLAGS+=-DSMALL #MAN= rtsold.8 NOMAN= yes |