diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-06-25 06:48:54 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-06-25 06:48:54 +0000 |
| commit | a855a971e852738db9f7d6187f5373bd952a39e7 (patch) | |
| tree | 9e532ecaeb25827aaf44a7da39fc4fba95a60f92 /gnu/usr.bin/gdb/Makefile | |
| parent | fd10b3fb49064b216d38242b141aa045533e31e6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/gdb/Makefile')
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile new file mode 100644 index 000000000000..b26e5acfa07b --- /dev/null +++ b/gnu/usr.bin/gdb/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= doc libgdb gdb gdbtui + +.include <bsd.subdir.mk> |
