Module Name: xsrc Committed By: uwe Date: Sun May 8 22:29:55 UTC 2022
Modified Files: xsrc/local/programs/bdfload: Makefile Log Message: Define NOMAN. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/local/programs/bdfload/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/local/programs/bdfload/Makefile diff -u xsrc/local/programs/bdfload/Makefile:1.2 xsrc/local/programs/bdfload/Makefile:1.3 --- xsrc/local/programs/bdfload/Makefile:1.2 Sun May 8 22:29:36 2022 +++ xsrc/local/programs/bdfload/Makefile Sun May 8 22:29:55 2022 @@ -1,4 +1,5 @@ PROG = bdfload SRCS = bdfload.c +NOMAN= .include <bsd.prog.mk>