diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 05:20:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 05:20:58 +0000 |
| commit | 6593044822fc7bcb87d07b76fa77d2a797e35256 (patch) | |
| tree | ad8aac771addd7483c2cd17d92ce04ab49f1320c /usr.bin/objformat/Makefile | |
| parent | 4933ffaed9927902d8e810b6989996c0e1221321 (diff) | |
Notes
Diffstat (limited to 'usr.bin/objformat/Makefile')
| -rw-r--r-- | usr.bin/objformat/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile new file mode 100644 index 0000000000000..d9ba31bf80e88 --- /dev/null +++ b/usr.bin/objformat/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PROG= objformat +NOMAN= not yet +CFLAGS+= -DMAIN + +.if ${BINFORMAT} == elf +CFLAGS+= -DFREEBSD_ELF +.else +CFLAGS+= -DFREEBSD_AOUT +.endif + +# LINKS+= /usr/bin/objformat /usr/bin/as +# LINKS+= /usr/bin/objformat /usr/bin/ld + +.include <bsd.prog.mk> |
