diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 23:24:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 23:24:27 +0000 |
commit | a739d8273c46eaaa8047a4e6850ed06a4dc5bd56 (patch) | |
tree | f52ceda625cd8db985f7949f0063e3f107ef6105 /distrib/special/dmesg/Makefile | |
parent | 3acad13612a54fa0ed4ca062630914e87b6fed4f (diff) |
smaller dmesg
Diffstat (limited to 'distrib/special/dmesg/Makefile')
-rw-r--r-- | distrib/special/dmesg/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/special/dmesg/Makefile b/distrib/special/dmesg/Makefile new file mode 100644 index 00000000000..64c89e06371 --- /dev/null +++ b/distrib/special/dmesg/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2001/06/22 23:24:26 deraadt Exp $ + +PROG= dmesg +MAN= +COPTS+=-Os +CFLAGS+=-DNOKVM +.PATH: ${.CURDIR}/../../../sbin/dmesg + +.include <bsd.prog.mk> |