diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-23 14:22:41 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-23 14:22:41 +0000 |
commit | 734774568039991fce29dd03476f90c2bfaaefcc (patch) | |
tree | 8c65793de161b5f097c22f10eee4b1e5e84f75bc /sys/arch/sgi/stand/sgivol/Makefile | |
parent | 16b13f1c5161dc4e740cf2ff1620dd1f58ef321c (diff) |
disk boot and tools for sgi
Diffstat (limited to 'sys/arch/sgi/stand/sgivol/Makefile')
-rw-r--r-- | sys/arch/sgi/stand/sgivol/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/sgi/stand/sgivol/Makefile b/sys/arch/sgi/stand/sgivol/Makefile new file mode 100644 index 00000000000..fc0f5cc4d8f --- /dev/null +++ b/sys/arch/sgi/stand/sgivol/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2004/08/23 14:22:40 pefo Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/13 02:36:37 lukem Exp $ + +NOMAN= # defined + +PROG= sgivol +LDADD+= -lutil + +.include <bsd.prog.mk> |