diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 21:05:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 21:05:02 +0000 |
commit | 40fa295c7d4b8f2c25a804fbe379c2b34aa6e180 (patch) | |
tree | f74afbdf136ea9974dc2509fd2db34622704f518 /distrib/hppa/Makefile | |
parent | 8cd7b8389cd3d6d42d230c30048e1735d86bba53 (diff) |
this allows to build a ramdiskNN.lif
Diffstat (limited to 'distrib/hppa/Makefile')
-rw-r--r-- | distrib/hppa/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/hppa/Makefile b/distrib/hppa/Makefile new file mode 100644 index 00000000000..07d3fbfcde4 --- /dev/null +++ b/distrib/hppa/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2003/01/30 21:05:00 mickey Exp $ + +SUBDIR=ramdisk + +.include <bsd.subdir.mk> |