diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2007-01-25 23:12:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2007-01-25 23:12:19 +0000 |
| commit | ed0cfa6ecc750bf21e33beee00eabac110e15b67 (patch) | |
| tree | e82157beb1ba190ba7b946575f88173c3d75ac73 /usr.bin/objformat/Makefile | |
| parent | b7696cdf60510a9c074ae168e59ea4f0aac47711 (diff) | |
Notes
Diffstat (limited to 'usr.bin/objformat/Makefile')
| -rw-r--r-- | usr.bin/objformat/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile new file mode 100644 index 000000000000..9550ff026345 --- /dev/null +++ b/usr.bin/objformat/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +SCRIPTS=objformat.sh +NO_MAN= + +.include <bsd.prog.mk> + |
