repo/extra/openntpd/build

6 lines
90 B
Plaintext
Raw Normal View History

2024-01-02 15:38:59 +00:00
#!/bin/sh -e
./configure --prefix=/usr --sbindir=/usr/bin
make
make DESTDIR="$1" install