1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1998-08-27 17:38:45 +00:00
|
|
|
#
|
|
|
|
# NOTE1: the string "/usr/src" will be automatically replaced with the
|
|
|
|
# correct value set in 'build' script - you should change it there
|
|
|
|
#
|
|
|
|
# NOTE2: use of init(8) is now optional (selectable in "build" script).
|
|
|
|
# See Makefile for details on how it's added here - you shouldn't add it
|
|
|
|
# manually here...
|
|
|
|
|
|
|
|
# source dir for SSH.
|
|
|
|
# * You have to configure and build the port
|
|
|
|
# * Then you have to make a symlink:
|
|
|
|
# cd /usr/ports/security/ssh/work/
|
1998-11-15 23:30:26 +00:00
|
|
|
# ln -s ssh-1.2.26 ssh
|
1998-08-27 17:38:45 +00:00
|
|
|
# * Then you have to add OBJS=${SSH_OBJS} in the Makefile (somewhere around
|
1998-11-15 23:30:26 +00:00
|
|
|
# line 327)
|
1999-08-26 17:58:58 +00:00
|
|
|
# * Then uncomment the lines refering to ssh in this file
|
|
|
|
|
|
|
|
#srcdirs /usr/ports/security/ssh/work/
|
1998-08-27 17:38:45 +00:00
|
|
|
|
|
|
|
# other sources
|
|
|
|
srcdirs /usr/src/bin
|
|
|
|
srcdirs /usr/src/sbin/i386
|
|
|
|
srcdirs /usr/src/sbin
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
|
|
srcdirs /usr/src/gnu/usr.bin
|
|
|
|
srcdirs /usr/src/usr.sbin
|
|
|
|
srcdirs /usr/src/libexec
|
|
|
|
|
1999-06-14 15:45:56 +00:00
|
|
|
# ns, vm etc...
|
|
|
|
srcdirs ../../tinyware
|
|
|
|
|
1999-08-22 21:45:24 +00:00
|
|
|
progs ppp ftp telnet ee gzip more
|
1999-08-26 17:58:58 +00:00
|
|
|
#progs ssh
|
1998-08-27 17:38:45 +00:00
|
|
|
ln gzip gunzip
|
|
|
|
ln gzip zcat
|
1998-08-31 13:35:39 +00:00
|
|
|
ln gzip gzcat
|
1998-08-27 17:38:45 +00:00
|
|
|
|
1999-06-14 15:45:56 +00:00
|
|
|
progs sh test kget echo pwd msg stty
|
1998-08-27 17:38:45 +00:00
|
|
|
progs hostname cat kill sps vm ns
|
|
|
|
progs chmod chown help
|
|
|
|
progs cp df fsck ping mv ln traceroute
|
|
|
|
progs ifconfig kbdcontrol moused
|
|
|
|
progs ls mkdir mount mount_msdos mount_cd9660 mount_ext2fs
|
|
|
|
progs rm route sysctl umount
|
|
|
|
progs vidcontrol
|
1999-06-14 15:45:56 +00:00
|
|
|
ln sh -sh
|
1998-08-27 17:38:45 +00:00
|
|
|
ln test [
|
|
|
|
ln sps ps
|
1998-10-25 15:17:24 +00:00
|
|
|
ln msg dmesg
|
1998-08-27 17:38:45 +00:00
|
|
|
ln ns netstat
|
|
|
|
ln mount_msdos msdos
|
|
|
|
ln mount_cd9660 cd9660
|
|
|
|
ln mount_ext2fs ext2fs
|
|
|
|
ln chown chgrp
|
|
|
|
|
|
|
|
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lgmp -lm
|
|
|
|
libs -lncurses -lmytinfo -lipx -lz
|
1999-08-22 21:45:24 +00:00
|
|
|
libs -ltermcap -ltelnet -lalias
|
|
|
|
libs -lradius # for ppp
|