mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
10 lines
189 B
Makefile
10 lines
189 B
Makefile
|
all: enigma makekey
|
||
|
|
||
|
install: enigma makekey
|
||
|
cp enigma makekey /usr/brlcad/bin/.
|
||
|
cp makekey.8 /usr/brlcad/man/man1/.
|
||
|
ln -s enigma /usr/brlcad/bin/crypt
|
||
|
|
||
|
clean:
|
||
|
rm -f enigma makekey *.o
|