From ff2d8eeb8b1b4b0b5e8cc4c9083031528df5f2df Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Fri, 11 May 1990 14:10:54 -0800 Subject: [PATCH] 386BSD 0.0 development Work on file usr/src/usr.bin/fold/Makefile Work on file usr/src/usr.bin/expand/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.0/src --- usr/src/usr.bin/expand/Makefile | 6 ++++++ usr/src/usr.bin/fold/Makefile | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 usr/src/usr.bin/expand/Makefile create mode 100644 usr/src/usr.bin/fold/Makefile diff --git a/usr/src/usr.bin/expand/Makefile b/usr/src/usr.bin/expand/Makefile new file mode 100644 index 0000000000..768958cd9a --- /dev/null +++ b/usr/src/usr.bin/expand/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 5.4 (Berkeley) 5/11/90 + +PROG= expand +MLINKS= expand.1 unexpand.1 + +.include diff --git a/usr/src/usr.bin/fold/Makefile b/usr/src/usr.bin/fold/Makefile new file mode 100644 index 0000000000..c805b7acc7 --- /dev/null +++ b/usr/src/usr.bin/fold/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 5.3 (Berkeley) 5/11/90 + +PROG= fold + +.include -- 2.20.1