GCC3.4's (default) unit-at-a-time optimization is incompatible with -mrtd.
[dragonfly.git] / sbin / dmesg / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/dmesg/Makefile,v 1.2.14.2 2001/08/01 06:20:49 obrien Exp $
3 # $DragonFly: src/sbin/dmesg/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
4
5 PROG=   dmesg
6 MAN=    dmesg.8
7 LDADD=  -lkvm
8 DPADD=  ${LIBKVM}
9
10 .include <bsd.prog.mk>