diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-10-12 21:10:38 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-10-12 21:10:38 +0000 |
commit | e53a425b6e17dc3d47ed97236b5b4a1f1d6b9d8c (patch) | |
tree | 3188725069531e9c567a63e4f701c2f0b653f8fb /distrib/sparc64/mksuncd/Makefile | |
parent | 46b99d8fe72db1419d8bc6001bf97a38b5c6415e (diff) |
a little program for appending a ufs filesystem to the end of an ISO
that knows how to modify the Sun already present disklabel to point
at it. Based partly on mksunbootcd from netbsd and some trial and
error (anyone need some coasters... I've got lots).
Diffstat (limited to 'distrib/sparc64/mksuncd/Makefile')
-rw-r--r-- | distrib/sparc64/mksuncd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distrib/sparc64/mksuncd/Makefile b/distrib/sparc64/mksuncd/Makefile new file mode 100644 index 00000000000..73448501f02 --- /dev/null +++ b/distrib/sparc64/mksuncd/Makefile @@ -0,0 +1,8 @@ + +PROG=mksuncd +BINDIR=/usr/bin + +CFLAGS+=-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes + +.include <bsd.prog.mk> + |