]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/etdump/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / usr.bin / etdump / Makefile
1 # $FreeBSD$
2
3 PROG=   etdump
4
5 MAKEFS_SRC=     ${SRCTOP}/usr.sbin/makefs
6
7 CFLAGS+=        -I${SRCTOP}/sys/fs/cd9660 -I${MAKEFS_SRC} \
8                 -I${MAKEFS_SRC}/cd9660
9
10 .PATH:  ${MAKEFS_SRC}/cd9660
11
12 SRCS=           etdump.c output_shell.c output_text.c cd9660_conversion.c
13
14 .include <bsd.prog.mk>