aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion/bootcode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/stallion/bootcode/Makefile')
-rw-r--r--usr.sbin/stallion/bootcode/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
index 673c75d7c8d31..6e0be991c4429 100644
--- a/usr.sbin/stallion/bootcode/Makefile
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -1,7 +1,9 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:13:44 peter Exp $
FILES = 2681.sys cdk.sys
+MAN4 = stl.4 stli.4
+
LIBMODE = 444
LIBOWN = bin
LIBGRP = bin
@@ -9,7 +11,7 @@ CLEANFILES= ${FILES}
all: $(FILES)
-install:
+install: maninstall
@if [ ! -d ${DESTDIR}${BOOTDIR} ]; then mkdir ${DESTDIR}${BOOTDIR};fi
@for i in ${FILES}; do \
${ECHO} "installing $$i into ${DESTDIR}${BOOTDIR}"; \