1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/net/generic-nqs/files/patch-ac

25 lines
473 B
Plaintext
Raw Normal View History

--- SETUPDir/Scripts/SETUP.orig Sat May 2 14:46:05 1998
+++ SETUPDir/Scripts/SETUP Sat May 2 14:53:14 1998
@@ -911,6 +911,21 @@
StepFour
StepFive
;;
+ --fbconfig)
+ LoadMachineDesc
+ Introduction
+ StepOne
+ StepTwo
+ StepThree
+ ;;
+ --fbcompile)
+ LoadMachineDesc
+ StepFour
+ ;;
+ -fbinstall)
+ LoadMachineDesc
+ StepFive
+ ;;
*)
LoadMachineDesc
Introduction