diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-12-08 04:08:09 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-12-08 04:08:09 +0000 |
| commit | d5b14b2a372d25ed9f06ed1856a19283aee2ebb0 (patch) | |
| tree | bb3a697ffdb81c16a32758bef841f2de55b0a824 | |
| parent | d50575082a2c981d35d44a54a492388b0469a7fa (diff) | |
Notes
| -rw-r--r-- | sys/boot/ia64/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile new file mode 100644 index 000000000000..4dfb082ac351 --- /dev/null +++ b/sys/boot/ia64/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= + +.include <bsd.subdir.mk> |
