Print this page
fixup! make: add the manual page

@@ -17,11 +17,14 @@
 include         $(SRC)/Makefile.master
 
 MANSECT=        1s
 
 MANFILES=       make.1s
+MANLINKS=       dmake.1s
+
+dmake.1s        := LINKSRC = make.1s
 
 .KEEP_STATE:
 
 include         $(SRC)/man/Makefile.man
 
-install:        $(ROOTMANFILES)
+install:        $(ROOTMANFILES) $(ROOTMANLINKS)